body {
    margin: 0;
}

.tom-accueil2{
    margin: auto 0;
}

.block-text {
    vertical-align: top;
    padding-left: 0.5rem;
}

.sim {
    font-size: 24px;
}

.orange-bf {
    margin-top: 30px;
    color: #ff6900;
    margin-left: -30px;
    font-weight: bold;
    font-size: 1.9rem;
}

.span-sim {
    font-size: 25px;
    color: #ff6900;
}

.logo-home {
    margin-top: 55px;
}

/****Slider******/
.carousel-item {
    background: no-repeat scroll center scroll;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
}

.ima {
    height: 100%;
}

.carousel-item::before {
    content: '';
    display: block;
    position: absolute;
    background: #000;
    opacity: 0.7;
}

/* Media Queries */
@media (min-width: 10px) and (max-width:580px) {
    .carousel-item {
        height: 40vh;
        align-items: center;
    }
}

@media screen and (min-width: 580px) {
    .carousel-item {
        height: 65vh;
    }

}

@media screen and (min-width: 768px) {
    .carousel-item {
        height: 70vh;
    }
}

@media screen and (min-width: 992px) {
    .carousel-item {
        height: 80vh;
    }
}